All Questions
4 questions
0votes
1answer
733views
How do you code a featured image into an XML as a jpg link, instead of using a data-id number?
All I want to do is get Wordpress's featured image XML code to use a jpeg link as the meta_value, instead of the image gallery data-id number. Basically change this code: <wp:postmeta> &...
3votes
2answers
15kviews
How do you get all the urls of images attached to a post?
I've searched high and low and can't seem to get it. I'm trying to output an XML feed with all the images attached to a post from a custom post type: </BasicDetails> <Pictures> <...
1vote
1answer
1kviews
Rewrite WordPress Standard Feed URL - /feed/ to feed.xml
I want to rewrite http://www.ourdomain.com/feed/ in the .htaccess file to http://ourdomain.com/feed.xml And we have some other feed URLs to Rewrite. After a search I could not find the correct ...
4votes
3answers
3kviews
Hook for URL Request
I would like to make XML files downloadable, instead of allowing the browser to displaying them inline. I know I can use the Content-Disposition: attachment HTTP header (of course, better solutions ...